home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / disasmld.lzh / MORE.TXT < prev    next >
Text File  |  1993-06-13  |  1KB  |  35 lines

  1.  
  2. More infos about the disassembler:
  3.  
  4. You can meet some problems under use the disassembler:
  5.  
  6. 1 - disassembling DO statement:
  7.  
  8.     Sometimes the disassembler may make some errors!
  9.     Example:
  10.  
  11.     (1) Good disassembling:     (2) Wrong disassembling:
  12.  
  13.           DO label                    DO P_0036
  14.           MOVE #1,X0                  MOVE #1,X0
  15.           .                           .
  16.           .                           .
  17.           ADD X0,A             P_0036 ADD X0,A
  18.     label MOVE X:BLA,A         label  MOVE X:BLA,A
  19.  
  20.     if you meet with this problem ( case 2 ) then remove the
  21.     label P_0036 and write after DO the correct label!
  22.     It will be repaired in the next version!
  23.  
  24. 2 - Some DSP assemblers have problems with '<','>','<<' symbols!
  25.     I use a very lame assembler ( A56.TTP ! ) & and if it has good
  26.     time he compiles the statements with force symbols ( '<','>','<<' )
  27.     but when it hasn't got a sun in its sky ... ( like a girl ... )
  28.  
  29. If you find any bugs or have any questions please write me ! Thanx !
  30. This disassembler is under developing !
  31. If you send me a postcard with a message + your address you
  32. will registrate yourself and you will get the upgrade versions!
  33.  
  34. OK! That's all , see ya !!
  35.